{% extends "global/Page.html" %} {% load otree static %} {% block title %} Test {% endblock %} {% block content %}
For each experience, please answer the questions honestly using the appropriate scale.
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ_scales %}{% endfor %} |
{% formfield player.ExpQ_3 %}
{% formfield player.ExpQ_4 %} How much would you pay to experience this scenario?
| 1 | 2 | 3 | 4 | 5 | |
|---|---|---|---|---|---|
| How safe would you feel in this scenario? | {% for number in ExpQ_scales %}{% endfor %} | ||||
| How likely are you to accomplish this? | {% for number in ExpQ_scales %}{% endfor %} |
{% formfield player.ExpQ_7 %}
{% formfield player.ExpQ_8 %} How much would you pay to experience this scenario?
{% next_button %} {% endblock %}